Click or drag to resize

ServiceGetAttachments Method (IListAttachmentInfo)

Retrieve existing attachments.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public IList<Attachment> GetAttachments(
	IList<AttachmentInfo> attachments
)

Parameters

attachments
Type: System.Collections.GenericIListAttachmentInfo
The IDs of attachments to return.

Return Value

Type: IListAttachment
IList{Attachment}.
See Also